home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 November / Chip Kasım 2000.iso / prog / share / 11 / setup.exe / %MAINDIR% / CITPDEMO.TXT < prev    next >
Encoding:
Text File  |  2000-09-07  |  5.1 KB  |  170 lines

  1. Crescent Internet ToolPak 4.1 Demonstration Summary (CITPDEMO.TXT)
  2. Copyright (c) 1995-1998 
  3. Progress Software Corporation
  4.  
  5.  
  6.  
  7. This summary describes each of the demonstration projects included with
  8. Crescent Internet ToolPak Version 4.1.  You can run all demonstrations in both 
  9. 16-and 32-bit environments unless otherwise noted.
  10.  
  11.  
  12.  
  13. CIFTP
  14.  
  15.     FtpClass Demo - Demonstrates how to use the clsFTP wrapper class, which 
  16.     encapsulates the low level CIFTP methods.
  17.  
  18.  
  19.     Ftp Explorer Demo (32 bit only) - Demonstrates browsing FTP servers using 
  20.     an interface similar to the Windows 95 Explorer.
  21.  
  22.  
  23.     List File Demo -  Simple example of how to use the CIFTP low level methods 
  24.     to obtain a listing of the directories and files from an FTP server.
  25.  
  26.  
  27.     Receive File Demo - Simple example of how to use the CIFTP low level methods 
  28.     to retrieve files from an ftp server to your local machine.
  29.  
  30.  
  31.     Send File Demo - Simple example of how to use the CIFTP low level methods 
  32.     to copy files from your client machine to an ftp server.
  33.  
  34.  
  35.  
  36. CIHTTP
  37.  
  38.     Http FormParse Demo - Illustrates the use of the ciform.dll; it shows how 
  39.     to display an HTML page with modifiable fields for posting purposes.
  40.  
  41.  
  42.     Http Explorer Demo (32 bit only) - Demonstrates how to browse HTML pages with an 
  43.     interface similar to the Windows 95 Explorer.
  44.  
  45.  
  46.     List Tags Demo - Retrieves and parses a specified HTML page from an HTTP (Web) 
  47.     server. The tags are parsed internally into specified listboxes.
  48.  
  49.  
  50.     Web Search Demo (32 bit only) - Demonstrates how you might use the CIHTTP 
  51.     control to build a tool that searches Web pages for specific text.  
  52.  
  53.  
  54.  
  55. CIMAIL
  56.  
  57.     Internet Mail Demo (32 bit only) - A somewhat sophisticated example of how 
  58.     you might use the CIMAIL and CIMIME controls to build a mail application that 
  59.     allows you to both send and receive mail.  This demo illustrates how to use 
  60.     the CIMIME control to encode and decode MIME attachments.
  61.  
  62.  
  63.     Receive Mail Demo - Simple example of how to use the CIPOP control to notify 
  64.     you of new mail from a POP server.
  65.  
  66.  
  67.     Send Mail Demo - Simple example of how to use the CISMTP control to send mail.
  68.  
  69.  
  70.  
  71. CIMIME (32 bit only)
  72.  
  73.     Mime Project Demo - Demonstrates the Crescent CIMIME Control allowing user 
  74.     selectable file encoding/decoding of any size file.
  75.  
  76.  
  77.     Mime Multi-Threading Demo - This program illustrates the multithreaded 
  78.     capabilities of the CIMIME control. CIMIME or CIUU enable you to easily 
  79.     encode or decode data in the background.
  80.  
  81.  
  82.     NOTE: See the Internet Mail demo for an example of how to send and receive 
  83.     MIME attachments.
  84.  
  85.  
  86.  
  87. CIIMAP4
  88.  
  89.     IMAP4 Demo - Demonstrates the use of IMAP4.DLL. The demo creates a mail client 
  90.     session in which you log into the server, list mailboxes, retrieve the messages, 
  91.     and display the IMAP4 flags.
  92.  
  93.  
  94.     IMAP4 Mail Project - Demonstrates more advanced methods and properties used 
  95.     by the IMAP4.DLL.
  96.  
  97.  
  98.  
  99. CINEWS
  100.  
  101.     List Groups Demo - Lists the specified news groups on an NNTP news server.
  102.  
  103.  
  104.     List News Demo -  Obtains the status of a news group on a specified NNTP news 
  105.     server and can retrieve and display an article's contents.
  106.  
  107.  
  108.     Search News Demo - Demonstrates using the Crescent CINEWS Control to retrieve 
  109.     articles by message ID and isolating specific header components.
  110.  
  111.  
  112.  
  113. CIRAS
  114.  
  115.     Edit Phonebook Demo (32 bit only, applies to Windows95 and NT4.0) - Demonstrates 
  116.     using the Crescent CIRAS control to create and manipulate RAS phone book entries 
  117.     under Windows 95 and Windows NT 4.0.
  118.  
  119.  
  120.     RAS Dial Demo - This demo enumerates the current phonebook entries found in 
  121.     your default system phone book and allows double-clicking a phonebook entry to 
  122.     establish a RAS connection and display status information.
  123.  
  124.  
  125.  
  126. CIServer
  127.  
  128.     ChatHost Demo - Demonstrates how to use the CIServer control as a chat server.
  129.  
  130.  
  131.     Chat Demo - Demonstrates the client operations that you can perform in the 
  132.     ChatHost demo. The demo sets up client sessions to the CIServer server. You 
  133.     can run the server on one machine, and run one or more clients on one or more 
  134.     machines.
  135.  
  136.  
  137.  
  138. CITCP
  139.  
  140.     Blocking Demo - Demonstrates the use of blocking WinSock functions used to 
  141.     obtain host information.
  142.  
  143.  
  144.     Web Server Demo - Demonstrates how to build a simple Web Server using Internet 
  145.     ToolPak's CITCP  control. It currently only returns the text of an HTML page, 
  146.     but It could easily be modified to return the images. This demo will read a 
  147.     default HTML page from a file and display it in a browser.
  148.  
  149.  
  150.     
  151. CIUU (32 bit only)
  152.  
  153.     UU Encode Demo - Demonstrates how the CIUU Control allows user selectable file 
  154.     encoding/decoding of any size of file.
  155.  
  156.  
  157.  
  158. Other Demonstrations
  159.  
  160.     CITelnet Form Demo - This demonstrates how to use several ITP controls (CIRAS, 
  161.     CITCP, and Crescent's PDQComm control) to build a real-world Telnet program 
  162.     complete with terminal emulation.
  163.  
  164.  
  165.     TAPIComm Project - This project illustrates the power and functionality available 
  166.     in Crescent's PDQTapi control, which is part of the award winning PDQComm product.  
  167.     This extra addition to Internet ToolPak will allow many Internet developers to also 
  168.     write serial communication and telephony applications.
  169.  
  170.